From f5fedc454db71ca7d266240157936932d8f4db6c Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Tue, 8 Feb 2005 01:16:50 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.78 (42081302-eWxmHBN6T8FdRJD5VvsOg) This very simple patch is really just cosmetic. It "fixes" xend so that it doesn't report restart as: "WARNING (XendDomainInfo:1038) Unknown config field restart" in the xend.log. I'm not sure who should sign off on this, but the patch is attached. From: "B.G. Bruce" Signed-off-by: ian@xensource.com --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 05647c83ab..c946031309 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1227,6 +1227,7 @@ add_config_handler('memory', vm_field_ignore) add_config_handler('cpu', vm_field_ignore) add_config_handler('cpu_weight', vm_field_ignore) add_config_handler('console', vm_field_ignore) +add_config_handler('restart', vm_field_ignore) add_config_handler('image', vm_field_ignore) add_config_handler('device', vm_field_ignore) add_config_handler('backend', vm_field_ignore) -- 2.30.2